Screens

public interface Screens implements ProfileService

A service that allows obtaining connected screens.

Since

7.29

Functions

Link copied to clipboard
public abstract Screen defaultScreen()
Returns the default (main) screen.
Link copied to clipboard
public abstract List<Screen> list()
Returns the list of connected screens whose content can be cast to a media receiver.
Link copied to clipboard
public abstract Profile profile()
Returns the profile of this service.